home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Today - The Disc! 5
/
CD-ROM Today - The Disc (Issue 5)(November 1994).ISO
/
mac
/
DHA demo
/
Don Norman Folder
/
The Library
/
The Library.rsrc
/
CSTR_1428_GoToChoiceCSTR
< prev
next >
Wrap
Text File
|
1994-09-21
|
436b
|
15 lines
get word 2 of the clickline
if there is a fld "EBtoc" then put (line it of fld "ebtoc" is not empty) into anythingthere
if there is a fld "myEBtoc" then put (line it of fld "myebtoc" is not empty) into anythingthere
if anythingthere
then
cbusy
repeat with a = it to the number of lines in fld "EBtocValues"
put line a of fld "EBtocValues" into thispage
if thispage is not empty
then
goPage thispage
exit repeat
end if
end repeat
end if